Get Vendor
AutomatR.Zoho.Activities.GetVendor
The "Get Vendor" activity in AutomatR is part of the Zoho activities package, designed to retrieve specified vendor information. This activity streamlines the process of fetching vendor details, enhancing automation workflows.
Properties
Name | Description |
---|---|
Input | |
Vendor ID | Enter the vendor ID for the vendor whose information you want to retrieve. String variables containing the vendor ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity. |
Output | |
Result | Outputs the specified vendor details. Variables of type GetVendorModels to store the vendor information. |
How to Use
- Drag and drop the "Get Vendor" activity onto the workflow.
- Configure the properties by specifying the delay and the vendor ID.
- Execute the workflow to retrieve information about the specified vendor.
Example
Consider an example where the "Get Vendor" activity is used to retrieve information about a vendor with the ID "VENDOR123":
Get Vendor:
Delay: 0
Vendor ID: "VENDOR123"
Result: vendorDetails
In this example, the activity retrieves information about the vendor with the ID "VENDOR123" with a delay of 0 seconds. The result, i.e., the vendor details, is stored in the vendorDetails
variable for further handling in the workflow.